set an image half its original size css

90

span {
    display: inline-block;
}
img {
    width: 50%;
}

Comments

Submit
0 Comments